home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / news / nntp / nntp.1.5.11 / server / time.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-07-04  |  177 b   |  11 lines

  1. /*
  2.  * Time manipulation routines.
  3.  *
  4.  * @(#)time.h    1.1    (Berkeley) 12/18/87
  5.  */
  6.  
  7. extern    long    dtol();
  8. extern    char    *ltod();
  9. extern    long    local_to_gmt();
  10. extern    long    gmt_to_local();
  11.